home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hearts.swf / scripts / DefineSprite_638 / frame_1 / DoAction_17.as < prev    next >
Encoding:
Text File  |  2011-12-21  |  383 b   |  16 lines

  1. this.quitGame = function()
  2. {
  3.    var t = this;
  4.    _quality = "high";
  5.    t.resetVars();
  6.    t.gamePlay = false;
  7.    t.gameDisplay.quitBtn.enabled = false;
  8.    t.pauseFunc(false);
  9.    _quality = "high";
  10.    t.launcher.gotoAndStop("blank");
  11.    t.helpMC.gotoAndStop("blank");
  12.    t.gameOver.gotoAndStop("blank");
  13.    t.launcher._y = 150;
  14.    t.mainDisplay.gotoAndStop("title");
  15. };
  16.